Bug 371908 – Password Entry broken Bug 317002 – Disable input method
authorMatthias Clasen <mclasen@redhat.com>
Mon, 29 Sep 2008 14:28:19 +0000 (14:28 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 29 Sep 2008 14:28:19 +0000 (14:28 +0000)
commit41edcd30f6030c6acc48cb9abc95b8cf26db5b64
tree5f0a03643d6c2f690eef77767a2aa14cda559d68
parent2b23dc99e79dba1297c13e9e2e0624659e4144ea
Bug 371908 – Password Entry broken Bug 317002 – Disable input method

2008-09-29  Matthias Clasen  <mclasen@redhat.com>

        Bug 371908 – Password Entry broken
        Bug 317002 – Disable input method completely in GtkEntry when it's
        in invisible mode.

        * gtk/gtkentry.c (gtk_entry_backspace): Make backspace behave
        properly when invisible.

        * gtk/gtkentry.c (gtk_entry_create_layout): Show preedit even if
        invisible.

        * gtk/gtkentry.c (gtk_entry_set_visibility): Don't disable input
        methods when making the entry invisible.

svn path=/trunk/; revision=21543
ChangeLog
gtk/gtkentry.c